home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / BP70LIB / README.1ST < prev    next >
Text File  |  1993-01-21  |  4KB  |  94 lines

  1.                          BP 70 LIB v1.3 demo version
  2.                           (C) Copyright 1992, 1993
  3.                         Rockland Software Productions
  4.  
  5. System requirements:
  6.     1. Borland Pascal 7.0.
  7.     2. VGA (for demo program).
  8.     3. Microsoft compatable mouse (for demo program).
  9.  
  10. Installing:
  11.     1. Create a directory for the library under your Borland Pascal 
  12.        directory.
  13.     2. Copy all library files to your library directory.
  14.     3. Add your library directory to your UNIT driectories list. Refer to 
  15.        your Borland Pascal Users Guide for information about your UNIT 
  16.        directories list.
  17.  
  18. Running the demo:
  19.     1. Change to your library directory.
  20.     2. Enter "wintest" at the DOS prompt.
  21.     3. The wintest program runs one window. Click on the contents of the
  22.        window to make a beep. Close the window to quit the demo.
  23.  
  24. Archive contents:
  25.     Generic.doc:
  26.         Interface of the GENERIC unit of BP70LIB. Includes conversions,
  27.         mouse, joystick, text output, file and dir operations, system info,
  28.         text interface parts, rebooting, grey keys, sound effects, and
  29.         miscellaneous routines.
  30.  
  31.     Graf.doc:
  32.         Interface of the GRAF unit. The graf unit takes the Turbo Pascal
  33.         graphics unit to the next level. It is a device independant graphics
  34.         library that lets you write one program using one graphic coordinate
  35.         system that will run on all video systems for which there is a BGI
  36.         driver. Provides conversions, drawing routines, and graphic interface
  37.         parts.
  38.  
  39.     Graf2.doc:
  40.         Interface of the GRAF2 unit. Provides file viewer in scrolling
  41.         window. Also provides paginating editor that does documents up to 255
  42.         charaters wide with UNLIMITED DOCUMENT LENGTH!!!!
  43.  
  44.     Graf3.doc:
  45.         Interface of GRAF3 unit. Provides routine to turn on graphics with
  46.         one command. autodetects graphics type (CGA, VGA etc). Loads drivers 
  47.         and fonts from current directory. Speeds up graphics.
  48.  
  49.     Winlib.doc:
  50.         Interface calls for the WINLIB unit. The winlib unit takes the
  51.         BP70LIB graf unit to the next level, providing a generic windowing
  52.         system featuring dynamic memory allocation, moving, resizing,
  53.         scolling, panning, etc. All you write is the procedure to draw the
  54.         window contents, and to run the window when its contents are clicked
  55.         on. The library makes it so the windowing system is transparent when
  56.         writing these procedures (IE turn a window on, draw as though it
  57.         wasnt there, and turn it off again. The windowing system adds only 2
  58.         lines to the procedure.). The winlib does all this using fast
  59.         executing procedureal code (none of that slow gooey redirection table
  60.         OOP maintainability over perfomance junk here! But not to worry, all
  61.         the ugly stuff is hidden in the library. All you do is make a call to
  62.         a routine and let it do the work.).
  63.  
  64.     Bigarray.doc:
  65.         Interface calls for the BIGARRAY unit. The bigarray unit is an
  66.         implementation of an abstract data type that overcomes the 64K limit
  67.         on array sizes in turbo pascal. Arrays created using the bigarray
  68.         unit can go up to 640K in size!
  69.  
  70.     Wintest.pas:
  71.         Source code for Demo program. Uses generic, fonts, fonts2, graf3, 
  72.         graf, and winlib units.
  73.  
  74.     Wintest.exe:
  75.         Execuatble code for Demo program. 
  76.  
  77.     Readme.1st:
  78.         BP70LIB readme file.
  79.  
  80.     Support.doc:
  81.         Support information.
  82.  
  83.     Catalog.doc: Rockland Software Productions January 1993 catalog.
  84.  
  85. Known bugs:
  86.     None.
  87.  
  88. About the library:
  89.     BP 70 LIB is a library of Borland Pascal 7.0 routines. This demo version
  90. includes commented interface source code for all units, and source and 
  91. executable code for a demo program that uses the library.
  92.  
  93. Ordering information is in the file catalog.doc.
  94.